|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectj3deditor.bin.editor.util.GELayout
public class GELayout
The GELayout class is a layout manager
for GeometryEditor.
GeometryEditor| Constructor Summary | |
|---|---|
GELayout(int width,
int height)
Creates an instance of GELayout. |
|
GELayout(int width,
int height,
int vspace,
int hspace)
Creates an instance of GELayout. |
|
| Method Summary | |
|---|---|
void |
addLayoutComponent(java.lang.String name,
java.awt.Component comp)
Required by LayoutManager. |
void |
layoutContainer(java.awt.Container parent)
Required by LayoutManager. |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container parent)
Required by LayoutManager. |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container parent)
Required by LayoutManager. |
void |
removeLayoutComponent(java.awt.Component comp)
Required by LayoutManager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GELayout(int width,
int height)
GELayout.
width - width of the most left and right column componentsheight - height of the top and bottom row components
public GELayout(int width,
int height,
int vspace,
int hspace)
GELayout.
width - width of the most left and right column componentsheight - height of the top and bottom row componentsvspace - vertical space between componentshspace - horizontal space between components| Method Detail |
|---|
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
addLayoutComponent in interface java.awt.LayoutManagername - doesn't do anythingcomp - doesn't do anythingpublic void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent in interface java.awt.LayoutManagercomp - doesn't do anythingpublic java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
preferredLayoutSize in interface java.awt.LayoutManagerparent - doesn't do anything
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
minimumLayoutSize in interface java.awt.LayoutManagerparent - doesn't do anything
public void layoutContainer(java.awt.Container parent)
layoutContainer in interface java.awt.LayoutManagerparent - container which components will be layd out
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||